home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Development Tools & Languages / HyperCard Related / APDA HyperCard Toolkits / CD Audio Toolkit 1.0 / HC Audio Toolkit Info
Encoding:
Text File  |  1995-02-07  |  2.2 KB  |  44 lines  |  [TEXT/ttxt]

  1. Hypercard CD Audio Toolkit
  2. ========================
  3.  
  4. This product used to be available from APDA, along with a sample Italian audio CD for use with the stacks in the "Italian Lesson" folder.  This product has been discontinued from APDA, and is made available on the developer CD as a unsupported product.  DTS will not answer questions about this product. 
  5.  
  6. Complete source code is included.  This package has not been updated since 1988.
  7.  
  8. The original APDA package included one floppy containing this readme file plus software for the AppleCD SC drive.  That software is deleted from this package, and this readme file has been modified to remove references to that included software. 
  9.  
  10. CD Remote desk accessory
  11. =======================
  12.  
  13. The CD Remote desk accessory shipped with the AppleCD SC drive doesn't work when run simultaneously with the CD Audio Toolkit.  We recommend that you don't use the CD Remote desk accessory when running a Hypercard stack with the CD Audio Toolkit installed.
  14.  
  15. Troubleshooting
  16. ==============
  17.  
  18. Q: When I insert a CD, I get the message "This is not a Macintosh disk.  Eject Initialize".  What's wrong?
  19.  
  20. A: Copy the files Foreign File Access and Audio CD Access into your System Folder and reboot.
  21.  
  22. -----
  23.  
  24. Q: When I insert a CD, nothing happens.  It doesn't eject, and it doesn't come up on the desktop.
  25.  
  26. A:  Check that you've installed the Apple CD-ROM, Foreign File Access and Audio CD Access files in your System Folder.  Check that all SCSI devices have different SCSI id numbers.  If you have an internal hard disk, check that you have only one terminator and that it's on the last SCSI device.  If you don't have an internal hard disk, you should have one terminator on the first and one terminator on the last SCSI device.
  27.  
  28. -----
  29.  
  30. Q: I copied the XCMDs and XFCNs to another stack, and now CDOpen fails.  Why?
  31.  
  32. A: These XCMDs and XFCNs depend upon a STR# resource number 8078, which contains important information in order for these XCMDs to function.  Copy that STR# resource into your stack.
  33.  
  34. -----
  35.  
  36. Q: I can't get anything to work.  All I get is -21 from the XCMDs.
  37.  
  38. A: You must first call CDOpen before any other XCMD will work.  A good way to do this is in the initialization of your stack, as follows:
  39.     on openStack
  40.         CDOpen
  41.     end openStack
  42.  
  43.  
  44.